home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maclife 13
/
MACLIFE13-No-93-1996.ISO.7z
/
MACLIFE13-No-93.ISO
/
ROOKIE MOUSE
/
こわくないMovie
/
SHARED.DIR
/
00512_Script_512
< prev
Wrap
Text File
|
1995-12-07
|
1KB
|
54 lines
on initRearWindow theColor
global rwObj
if objectP( rwObj ) then rwObj( mDispose )
put RearWindow( mNew, "M" ) into rwObj
rwObj( mIndexColorToWindow, theColor )
end
on disposeRearWindow
global rwObj
if objectP( rwObj ) then rwObj( mDispose )
end
on startMovie
global CDep
initRearWindow 255
put the colorDepth into CDep
set the colorDepth to 8
end
on stopMovie
global CDep
set the colorDepth to CDep
disposeRearWindow
cursor 0
end
on mycursorSET
set myCursor1 to [501,502]
set myCursor2 to [503,504]
cursor myCursor2
set the cursor of sprite 2 to myCursor1
set the cursor of sprite 3 to myCursor1
set the cursor of sprite 4 to myCursor1
set the cursor of sprite 5 to myCursor1
set the cursor of sprite 6 to myCursor1
set the cursor of sprite 28 to myCursor1
set the cursor of sprite 29 to myCursor1
set the cursor of sprite 31 to myCursor2
end
on mycursorCAN
set myCursor1 to [501,502]
set myCursor2 to [503,504]
cursor myCursor2
set the cursor of sprite 2 to myCursor2
set the cursor of sprite 3 to myCursor2
set the cursor of sprite 4 to myCursor2
set the cursor of sprite 5 to myCursor2
set the cursor of sprite 6 to myCursor2
set the cursor of sprite 28 to myCursor2
set the cursor of sprite 29 to myCursor2
set the cursor of sprite 31 to myCursor2
end